AWS IAM - Delete access keys
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
↑ Back to Content Index
Once a new Microsoft Sentinel incident is created, this playbook gets triggered and performs the following actions: 1. Gets users from the incident. 2. Get list of access keys from these users. 3. Delete selected access keys. 4. Adds information about deleted user's access keys as a comment to the incident.
Additional Documentation
📄 Source: Playbooks/AWSIAM-DeleteAccessKeys/readme.md
AWSIAM-DeleteAccessKeys
Summary
When a new sentinel incident is created, this playbook gets triggered and performs the following actions:
- Gets users from incident.
- Get list of access keys from these users.
- Delete selected access keys.
- Adds information about deleted user's access keys as a comment to the incident.

Prerequisites
- Prior to the deployment of this playbook, AWS IAM Function App Connector needs to be deployed under the same subscription.
- Obtain AWS IAM API credentials. Refer to AWS IAM Function App Connector documentation.
Deployment instructions
- To deploy the Playbook, click the Deploy to Azure button. This will launch the ARM Template deployment wizard.
- Fill in the required parameters:
- Playbook Name: Enter the playbook name here

Post-Deployment instructions
a. Authorize connections
Once deployment is complete, authorize each connection.
- Click the Microsoft Sentinel connection Microsoftresource
- Click edit API connection
- Click Authorize
- Sign in
- Click Save
- Repeat steps for other connections
b. Configurations in Sentinel
- In Microsoft sentinel, analytical rules should be configured to trigger an incident that contains user name in AWS. In the Entity maping section of the analytics rule creation workflow, user name should be mapped to Name identitfier of the Account entity type. Check the documentation to learn more about mapping entities.
- Configure the automation rules to trigger the playbook. Check the documentation to learn more about automation rules.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
↑ Back to Playbooks · Back to AWS_IAM